[TOOLS][POWERPC] Use a smaller page array and place common code in utils.c
authorJimi Xenidis <jimix@watson.ibm.com>
Wed, 18 Oct 2006 13:01:37 +0000 (09:01 -0400)
committerJimi Xenidis <jimix@watson.ibm.com>
Wed, 18 Oct 2006 13:01:37 +0000 (09:01 -0400)
commit6c344309f54e97c1ef337464ff1b5dd2cb5fdf42
tree2d139dbfd70f5808849c01ae48e902309f84d726
parentd5e70c5593e070e3ca2a21aa6e67c63a0dc2c735
[TOOLS][POWERPC] Use a smaller page array and place common code in utils.c
Since all the bits must be loaded into the RMA there is no need to get
the entire page array, just those pages in the RMA.
We also place common functions in utils.c
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
tools/libxc/powerpc64/Makefile
tools/libxc/powerpc64/utils.c [new file with mode: 0644]
tools/libxc/powerpc64/utils.h [new file with mode: 0644]
tools/libxc/powerpc64/xc_linux_build.c
tools/libxc/powerpc64/xc_prose_build.c